home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / ShareMailGiftware / AmigaTalk / C / InitializeCommands < prev    next >
Text File  |  2002-10-27  |  1KB  |  37 lines

  1. atalk <- AmigaTalk new
  2. nar   <- Narrator  new
  3.  
  4. nar setVolume: 64
  5. nar setSex: 1
  6. nar setPitch: 100
  7. nar setMode: 'natural'
  8.  
  9. nar speak: 'Hello there. Performing the eye nishulizashun sKript will take some time.'
  10. nar speak: 'This will N Able your programs to run at, full speed later.'
  11.  
  12. 'Instantiating DataTypeSystem Singleton Class (dataTypeSystem)...' print
  13. dataTypeSystem <- DataTypeSystem new
  14.  
  15. nar speak: 'Done eye nishulizing the Date a Type System Class.'
  16.  
  17. 'Instantiating PrtRPFlags Singleton Class (prtRPFLags)...' print
  18. prtRPFlags <- PrtRPFlags new
  19.  
  20. nar speak: 'Done eye nishulizing the Printer Flaggs Class.'
  21.  
  22. 'Instantiating PrtCommands Singleton Class (prtCommands)...' print
  23. prtCommands <- PrtCommands new
  24.  
  25. nar speak: 'Done eye nishulizing the Printer Commandss Class.'
  26.  
  27. 'Instantiating DosSystem Singleton Class (dosSystem)...' print
  28. dosSystem <- DosSystem new
  29.  
  30. nar speak: 'Done eye nishulizing the Dos System Class.'
  31.  
  32. 'Done with InitializeScript!' print
  33.  
  34. nar speak: 'Now write some great programs with me!'
  35.  
  36. nar close
  37.